home *** CD-ROM | disk | FTP | other *** search
/ Scene Storm / Scene Storm - Volume 1.iso / coding / asm / demos / blitterscreen / prec2.doc < prev    next >
Text File  |  1980-01-03  |  839b  |  42 lines

  1.  
  2. * PREC: Source code converter (freeware, no warranties at all!)
  3.  
  4. usage: prec2 sourcefile destfile
  5.  
  6. * - - -
  7.  
  8. Write sources that way:
  9.  
  10. loop:
  11.    add.l d0,d1 : move.l d1,(a0)+ : dbra d7,loop
  12.  
  13. Some people say it sucks, I don't care, it makes you wiev more
  14. source in one window, just like in C etc...
  15.  
  16. * - - -
  17.  
  18. note: only a " : " is converted,
  19.    move.l d0,d1:move.l d1,d2
  20. won't work.
  21.  
  22. Strings
  23.  
  24. " jfj : sokf "
  25.  
  26. and comments
  27.  
  28. * sof : dokdk : ddfff
  29.  
  30. won't be touched.
  31.  
  32.  
  33.    move.l d0,d1 : move.l d1,d2 ;blah : blah ....
  34.                 ^--converted         ^----not converted
  35.  
  36.  
  37. - - - //- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  38.      // A1201 HD260            fischerj@Informatik.TU-Muenchen.DE
  39.    \X/      ^--fastmem=2xSpeed      (Juergen "Rally" Fischer) =:)
  40. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  41.  
  42.